home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the_octopus-show.swf / scripts / DefineButton2_69 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-13  |  107b  |  7 lines

  1. on(release){
  2.    if(_root.in_help._visible == false)
  3.    {
  4.       _root.in_help._visible = true;
  5.    }
  6. }
  7.